Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation Namespace > WorkstationFeaturesCommandFactory Class > GetFeatureCommand Method : GetFeatureCommand<T>() Method |
public virtual IEnumerable<T> GetFeatureCommand<T>()
'Declaration Public Overloads Overridable Function GetFeatureCommand(Of T)() As IEnumerable(Of T)
'Usage Dim instance As WorkstationFeaturesCommandFactory Dim value As IEnumerable(Of T) value = instance.GetFeatureCommand(Of T)()
public: virtual IEnumerable<T*>* GetFeatureCommand<T>();
public: virtual IEnumerable<T^>^ GetFeatureCommandgeneric<typename T> ();